Labels:text | number | black and white | font | parallel | screenshot | document OCR: Method Description Cancel Cancels an active query running in asynchronous mode: Close Closes the object. Execute Executes the prepared statement or SQL statement. getBindThreshold Returns the largest size of a column (in bytes) that can be bound without using the AppendChunk and GetChunk methods. gefConnect Returns the ODBC connection string. gelErrorThreshold Returns the error level at which a fatal error will be generated. gethStmt Retrieves the ODBC statement handle gelKeyselSize Retrieves the current size of the keyset buffer getLocklype Retrieves the concurrency type that is in use. gefLogMessages Returns the path to the ODBC trace file. getMaxRows Retrieves the maximum number of rows returned from a query. gelName Returns the name of the prepared statement object. getQueryTimeout Retrieves the amount of time the ODBC Driver Manager walls for a query to complete execution. gefrdo Columns Returns the rdoColumns collection for this prepared statement. getrdoParameters Returns the Parameters collection for this prepared statement. gofRowsAffected Returns the number of rows affected in the last Execufe call. geiRowsefSize Returns the number of rows currently buffered by your application gelSQL Returns the SQL statement for this rdoPreparedStatement object getStillExecuting Returns true while the statement is still executing, false otherwise. gettype Retrieves the type of prepared statement. getUpdatable Returns true if you can make changes. OpenResultset Opens the result set for the prepared statement. putBindThreshold Sets the largest amount of data (in bytes) that ODBC can bind without using GetChunk and AppendChunk. putError Threshold Sets the level at which a fatal error is generated. putKeysefSize Sets the amount of rows held in the keyset buffer (must be larger than the rowset). puffockiype Sets the concurrency level for this prepared statement. putlogMessages Set to true to run an ODBC trace and log to a file. putMaxRows Sets the maximum number of rows to be returned in a query. pulQueryTimeout Sets the query timeout (in seconds) for the prepared statement putRowselSize Sets the current rowset buffer size. PUISQL Sets the SQL statement to be prepared. puffype Sets the type of prepared statement to SELECT, ACTION, or PROCEDURE. Figure 10: The methods of the rdoPreparedStatement object,